home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
376_01
/
os2tool.000
/
AT.MAK
< prev
next >
Wrap
Text File
|
1992-08-13
|
431b
|
20 lines
#
# Makefile for AT.EXE
#
# Compiler : Microsoft C 6.0
# Created : 13.8.1992
# Copyright (c) : Martti Ylikoski, 1992
#
# Notes: The llibcep.lib is the default library in my system
# and is therefore renamed llibce.lib.
at.exe: at.obj
link at.obj, , NUL.MAP,llibce mtoolsp, ,
bind at.exe
exehdr /PMTYPE:VIO at.exe
del at.obj
at.obj: at.c
CL -AL -c /Lp /D AT /Foat.obj at.c